[fedora@localhost ~]$ ssh-keygen -t dsa
Generating public/private dsa key pair.
Enter file in which to save the key (/home/fedora/.ssh/id_dsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/fedora/.ssh/id_dsa.
Your public key has been saved in /home/fedora/.ssh/id_dsa.pub.
The key fingerprint is:
42:8b:fb:e0:c2:15:d2:8d:2f:53:a3:c6:1b:da:1f:f7 fedora@localhost.localdomain
[fedora@localhost ~]$ ls .ssh
id_dsa  id_dsa.pub  known_hosts
[fedora@localhost ~]$
